/ Assembly List / LJCNetCommon / DbColumns / Add

Namespace - LJCNetCommon


Parameters
columnName - The column name.
position - The column layout position.
maxLength - The column length.

Returns

The created DbColumn object.

Syntax

C#
public DbColumn Add(String columnName, Int32 position, Int32 maxLength)

Creates the Object from the arguments and adds it to the collection. (R)

Remarks

This method is useful for data sources that require a column position value. An example would be a text file that uses fixed length fields.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.